func runtime.open
6 uses
runtime (current package)
create_file_unix.go#L13: return open(name, _O_CREAT|_O_WRONLY|_O_TRUNC, perm)
fds_unix.go#L37: if ret := open(&devNull[0], O_RDWR, 0); ret < 0 {
os_linux.go#L260: fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
os_linux.go#L333: fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
os_linux.go#L367: fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
stubs2.go#L35: func open(name *byte, mode, perm int32) int32
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)